SQL Select values 使用 select t.id from ( values ('123'), ('456') ) t (id) sql 將字符串集合轉成臨時表,使用values字段 ...